Merge "SkinTemplate.php: Add missing @param documentation to wrapHTML"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 7 Apr 2016 20:39:39 +0000 (20:39 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 7 Apr 2016 20:39:39 +0000 (20:39 +0000)
includes/skins/SkinTemplate.php

index 2d1679d..e5dc59f 100644 (file)
@@ -260,6 +260,7 @@ class SkinTemplate extends Skin {
         * Wrap the body text with language information and identifiable element
         *
         * @param Title $title
+        * @param string $html body text
         * @return string html
         */
        protected function wrapHTML( $title, $html ) {